Leadtools.Dicom.AddIn Namespace : ThreadSafeList<T> Class |
[DefaultMemberAttribute("Item")] [SerializableAttribute()] public class ThreadSafeList<T> : System.Collections.Generic.ICollection<T>, System.Collections.Generic.IEnumerable<T>, System.Collections.Generic.IList<T>, System.Collections.IEnumerable
'Declaration <DefaultMemberAttribute("Item")> <SerializableAttribute()> Public Class ThreadSafeList(Of T) Implements System.Collections.Generic.ICollection(Of T), System.Collections.Generic.IEnumerable(Of T), System.Collections.Generic.IList(Of T), System.Collections.IEnumerable
'Usage Dim instance As ThreadSafeList(Of T)
public sealed class ThreadSafeList<T> : System.Collections.Generic.ICollection<T>, Windows.Foundation.Collections.IIterable //In WinRT the IEnumerableinterface is replaced by IIterable <T>, Windows.Foundation.Collections.IVector //In WinRT the IListinterface is replaced by IVector <T>, System.Collections.IEnumerable
function Leadtools.Dicom.AddIn.ThreadSafeList()
[DefaultMemberAttribute("Item")] [SerializableAttribute()] generic<typename T> public ref class ThreadSafeList : public System.Collections.Generic.ICollection<T>, System.Collections.Generic.IEnumerable<T>, System.Collections.Generic.IList<T>, System.Collections.IEnumerable
Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2